home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / doc / ref / img230.gif < prev    next >
Graphics Interchange Format  |  1998-09-25  |  2KB  |  308x336  |  1-bit (2 colors)
Labels: black | darkness
OCR: interface Function First : Real; Implementation Function First Real; : begin First := 0; end; Function Second Real; [Public ]; begin Second = 1; -end; -end.